Skip to main content

Improvements to pricing plans GraphQL API

The following improvements are done to the pricing plans GraphQL API:

  • Deprecated resellerCompanyId as an individual argument for the pricingPlan query and moved it inside markupFilter
  • Deprecated editionId and pricingPlan fields in the UpdatePricingPlanInput object
  • Deprecated pricingPlan field in the CreatePricingPlanInput object
  • Updated createPricingPlan and updatedPricingPlan mutations to accept fees as a different field instead of accepting it inside costs array
  • Enabled markupFilter for the pricingPlan query

The above changes are backward compatible and the support for deprecated fields will be removed in the future releases.

Feature enablement

No feature enablement is required.

Setting enablement

No setting configuration is required.

Documentation

The GraphQL API reference documentation will be updated with the release.

Was this page helpful?